projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
805bf49
)
Trivial cleanup
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 16 Nov 2013 19:08:53 +0000
(14:08 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 16 Nov 2013 19:52:21 +0000
(14:52 -0500)
gtk/gtkmenubar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmenubar.c
b/gtk/gtkmenubar.c
index 24872af2616deda35296344413b4851532a35490..cf84de837995d99ca1b0d18eb3436d4d9791fbc5 100644
(file)
--- a/
gtk/gtkmenubar.c
+++ b/
gtk/gtkmenubar.c
@@
-494,9
+494,9
@@
gtk_menu_bar_size_allocate (GtkWidget *widget,
remaining_space.x = (border_width + border.left);
remaining_space.y = (border_width + border.top);
remaining_space.width = allocation->width -
- 2 *
(border_width)
- border.left - border.right;
+ 2 *
border_width
- border.left - border.right;
remaining_space.height = allocation->height -
- 2 *
(border_width)
- border.top - border.bottom;
+ 2 *
border_width
- border.top - border.bottom;
if (get_shadow_type (menu_bar) != GTK_SHADOW_NONE)
{